home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMRUNNINGAPPS / TFRMRUNNINGAPPS.txt
Text File  |  2008-10-30  |  2KB  |  98 lines

  1. object frmRunningApps: TfrmRunningApps
  2.   Left = 303
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning'
  6.   ClientHeight = 269
  7.   ClientWidth = 461
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object pnlBottom: TPanel
  21.     Left = 0
  22.     Top = 214
  23.     Width = 461
  24.     Height = 55
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     Color = 15132390
  28.     ParentBackground = False
  29.     TabOrder = 0
  30.     object Shape1: TShape
  31.       Left = 0
  32.       Top = 0
  33.       Width = 461
  34.       Height = 1
  35.       Align = alTop
  36.     end
  37.     object btnCancel: TButton
  38.       Left = 370
  39.       Top = 16
  40.       Width = 80
  41.       Height = 25
  42.       Caption = 'btnCancel'
  43.       ModalResult = 2
  44.       TabOrder = 0
  45.     end
  46.   end
  47.   object pnlMain: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 461
  51.     Height = 214
  52.     Align = alClient
  53.     BevelOuter = bvNone
  54.     Color = clWhite
  55.     ParentBackground = False
  56.     TabOrder = 1
  57.     object lblQuestion: TAxLabel
  58.       Left = 16
  59.       Top = 16
  60.       Width = 433
  61.       Height = 73
  62.       OnLinkClick = lblQuestionLinkClick
  63.       WordWrap = True
  64.       Transparent = True
  65.       AutoSize = False
  66.       Caption = 'lblQuestion'
  67.       ShowAccelChar = True
  68.     end
  69.     object lvProcesses: TListView
  70.       Left = 16
  71.       Top = 99
  72.       Width = 435
  73.       Height = 93
  74.       BevelKind = bkSoft
  75.       BevelWidth = 2
  76.       BorderStyle = bsNone
  77.       Columns = <
  78.         item
  79.           Width = 410
  80.         end>
  81.       FlatScrollBars = True
  82.       HideSelection = False
  83.       IconOptions.Arrangement = iaLeft
  84.       ReadOnly = True
  85.       ShowColumnHeaders = False
  86.       TabOrder = 0
  87.       ViewStyle = vsReport
  88.       OnDblClick = lvProcessesDblClick
  89.     end
  90.   end
  91.   object Timer1: TTimer
  92.     Enabled = False
  93.     OnTimer = Timer1Timer
  94.     Left = 416
  95.     Top = 16
  96.   end
  97. end
  98.